Skip to content

Migrate CI from Travis to GitHub Actions (main branch)#52

Draft
donoghuc with Copilot wants to merge 2 commits into
mainfrom
copilot/migrate-ci-from-travis-to-github-actions
Draft

Migrate CI from Travis to GitHub Actions (main branch)#52
donoghuc with Copilot wants to merge 2 commits into
mainfrom
copilot/migrate-ci-from-travis-to-github-actions

Conversation

Copilot AI commented Jul 9, 2026

Copy link
Copy Markdown

Replaces Travis CI with GitHub Actions for the main branch, using the shared reusable workflows from logstash-plugins/.ci@1.x.

Travis matrix analysis

The resolved Travis config (travis.ymlmatrix.yml) runs unit tests only — no INTEGRATION, SECURE_INTEGRATION, or HAS_PERFORMANCE_TESTS entries. No vendored .ci/ scripts exist and the specs have no external service dependencies.

Changes

  • Added .github/workflows/unit-tests.yml — calls logstash-plugins/.ci/.github/workflows/unit-tests.yml@1.x with push/PR triggers on main, daily cron schedule with branch matrix ([main]), secrets: inherit on both jobs, and 60-minute timeout
  • Updated README.md — replaced Travis badge with GitHub Actions unit-tests badge (?branch=main)
  • Deleted .travis.yml

Travis → GHA matrix parity

Travis ELASTIC_STACK_VERSION Snapshot GHA coverage
9.current, 9.previous, 8.current false reusable default matrix
main, 9.current, 9.previous, 8.current true reusable default matrix

The reusable workflow owns the stack-version/snapshot matrix; no override needed.

Copilot AI changed the title [WIP] Migrate CI from Travis to GitHub Actions Migrate CI from Travis to GitHub Actions (main branch) Jul 9, 2026
Copilot AI requested a review from donoghuc July 9, 2026 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate CI from Travis to GitHub Actions (main branch)

2 participants